diff --git a/photosort.sh b/bin/photosort.sh similarity index 100% rename from photosort.sh rename to bin/photosort.sh diff --git a/test/photosort/photosort-test.sh b/test/photosort/photosort-test.sh index 9e6a5ad..1fc29a7 100755 --- a/test/photosort/photosort-test.sh +++ b/test/photosort/photosort-test.sh @@ -48,7 +48,7 @@ testInvalidResizeValue() { [ -f "$0" ] || { >&2 echo "Do not source file"; exit 1; } DIR=$( dirname "$0" ) DIR="${DIR##$(pwd)/}" -. "$DIR/../../photosort.sh" +. "$DIR/../../bin/photosort.sh" set +o errexit . "$DIR/shunit2.sh"