From 71498a1263a82d5aaf7286b8b354b9265b6e97b4 Mon Sep 17 00:00:00 2001 From: Richard Tingstad Date: Sat, 25 Oct 2025 18:05:32 +0200 Subject: [PATCH] =?UTF-8?q?move=20photosort.sh=20=E2=86=92=20bin/photosort?= =?UTF-8?q?.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photosort.sh => bin/photosort.sh | 0 test/photosort/photosort-test.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename photosort.sh => bin/photosort.sh (100%) 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"