Skip to content

Commit

Permalink
Renamed folder test-files to assets
Browse files Browse the repository at this point in the history
good reason: because of tab completion (test.sh and test-files)
  • Loading branch information
doekman committed Jun 21, 2018
1 parent e6c2a7a commit dda3c0f
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit dda3c0f

Please sign in to comment.