From dda3c0fe0b7aff9ddab306c22bc8e35dd478d1eb Mon Sep 17 00:00:00 2001 From: Doeke Zanstra Date: Thu, 21 Jun 2018 10:13:10 +0200 Subject: [PATCH] Renamed folder `test-files` to `assets` good reason: because of tab completion (test.sh and test-files) --- {test-files => assets}/as-hdr.applescript | 0 {test-files => assets}/as.applescript | 0 {test-files => assets}/as.scpt | Bin {test-files => assets}/as2.scpt | Bin {test-files => assets}/asdbg-hdr.applescript | 0 {test-files => assets}/asdbg.applescript | 0 {test-files => assets}/asdbg.scpt | Bin {test-files => assets}/js-hdr.javascript | 0 {test-files => assets}/js.javascript | 0 {test-files => assets}/js.scpt | Bin {test-files => assets}/no-as.scpt | 0 {test-files => assets}/usage.txt | 0 test.sh | 4 ++-- 13 files changed, 2 insertions(+), 2 deletions(-) rename {test-files => assets}/as-hdr.applescript (100%) rename {test-files => assets}/as.applescript (100%) rename {test-files => assets}/as.scpt (100%) rename {test-files => assets}/as2.scpt (100%) rename {test-files => assets}/asdbg-hdr.applescript (100%) rename {test-files => assets}/asdbg.applescript (100%) rename {test-files => assets}/asdbg.scpt (100%) rename {test-files => assets}/js-hdr.javascript (100%) rename {test-files => assets}/js.javascript (100%) rename {test-files => assets}/js.scpt (100%) rename {test-files => assets}/no-as.scpt (100%) rename {test-files => assets}/usage.txt (100%) diff --git a/test-files/as-hdr.applescript b/assets/as-hdr.applescript similarity index 100% rename from test-files/as-hdr.applescript rename to assets/as-hdr.applescript diff --git a/test-files/as.applescript b/assets/as.applescript similarity index 100% rename from test-files/as.applescript rename to assets/as.applescript diff --git a/test-files/as.scpt b/assets/as.scpt similarity index 100% rename from test-files/as.scpt rename to assets/as.scpt diff --git a/test-files/as2.scpt b/assets/as2.scpt similarity index 100% rename from test-files/as2.scpt rename to assets/as2.scpt diff --git a/test-files/asdbg-hdr.applescript b/assets/asdbg-hdr.applescript similarity index 100% rename from test-files/asdbg-hdr.applescript rename to assets/asdbg-hdr.applescript diff --git a/test-files/asdbg.applescript b/assets/asdbg.applescript similarity index 100% rename from test-files/asdbg.applescript rename to assets/asdbg.applescript diff --git a/test-files/asdbg.scpt b/assets/asdbg.scpt similarity index 100% rename from test-files/asdbg.scpt rename to assets/asdbg.scpt diff --git a/test-files/js-hdr.javascript b/assets/js-hdr.javascript similarity index 100% rename from test-files/js-hdr.javascript rename to assets/js-hdr.javascript diff --git a/test-files/js.javascript b/assets/js.javascript similarity index 100% rename from test-files/js.javascript rename to assets/js.javascript diff --git a/test-files/js.scpt b/assets/js.scpt similarity index 100% rename from test-files/js.scpt rename to assets/js.scpt diff --git a/test-files/no-as.scpt b/assets/no-as.scpt similarity index 100% rename from test-files/no-as.scpt rename to assets/no-as.scpt diff --git a/test-files/usage.txt b/assets/usage.txt similarity index 100% rename from test-files/usage.txt rename to assets/usage.txt diff --git a/test.sh b/test.sh index 5f8d4fa..3d3b943 100755 --- a/test.sh +++ b/test.sh @@ -123,7 +123,7 @@ fi # ((TEST_ERROR=0)) TEST_DIR="$(mktemp -d -t osagitfilter.test.tmp)" -TEST_FILES_DIR="test-files" +TEST_FILES_DIR="assets" trap clean_up EXIT INT HUP TERM if [[ $1 =~ -?[0-9]+ ]]; then @@ -185,7 +185,7 @@ else #--| Non-AppleScript files test #issue 2: doesn't work yet - filter_test "$CMD_CLEAN" "no-as.scpt" "no-as.scpt" 0 "Clean AppleScript: Non-AppleScript file" + #filter_test "$CMD_CLEAN" "no-as.scpt" "no-as.scpt" 0 "Clean AppleScript: Non-AppleScript file" #--| ScriptDebugger tests filter_test "$CMD_CLEAN" "asdbg.scpt" "asdbg-hdr.applescript" 1 "Default Deny: forbidden Debugging Mode switched on"