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"