Skip to content

Commit

Permalink
Fix missing slash in path construction (viash-hub#34)
Browse files Browse the repository at this point in the history
* Fix missing slash in path construction

* add one more

---------

Co-authored-by: Robrecht Cannoodt <[email protected]>
  • Loading branch information
2 people authored and emmarousseau committed Apr 3, 2024
1 parent 7b742ba commit 81468c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/gffread/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

set -e

test_output_dir="${meta_resources_dir}test_data/test_output"
test_dir="${meta_resources_dir}test_data"
expected_output_dir="${meta_resources_dir}test_data/output"
test_output_dir="${meta_resources_dir}/test_data/test_output"
test_dir="${meta_resources_dir}/test_data"
expected_output_dir="${meta_resources_dir}/test_data/output"

mkdir -p "$test_output_dir"

Expand Down Expand Up @@ -108,4 +108,4 @@ rm -r "$test_output_dir"

echo "> All tests successful"

exit 0
exit 0
2 changes: 1 addition & 1 deletion src/samtools/samtools_flagstat/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

test_dir="${meta_resources_dir}test_data"
test_dir="${meta_resources_dir}/test_data"
echo ">>> Testing $meta_functionality_name"

"$meta_executable" \
Expand Down

0 comments on commit 81468c3

Please sign in to comment.