aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test.fish
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2015-12-23 15:24:45 -0800
committerGravatar Kurtis Rader <krader@skepticism.us>2015-12-23 21:41:48 -0800
commit6969cfab3dc20de9f757b94b8832b504ed1fdd40 (patch)
tree1c7a262d168135eb226aa655692b63945fff7cd3 /tests/test.fish
parent814cb51eb5dafac779324cf8a9ce4c7894b3af9a (diff)
fix unit tests related to the escape timeout
Diffstat (limited to 'tests/test.fish')
-rwxr-xr-xtests/test.fish1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test.fish b/tests/test.fish
index 994e7a76..588a8f35 100755
--- a/tests/test.fish
+++ b/tests/test.fish
@@ -6,7 +6,6 @@
cd (dirname (status -f))
# Test files specified on commandline, or all *.in files
-set -q argv[1]
if set -q argv[1]
set files_to_test $argv.in
else