summaryrefslogtreecommitdiff
path: root/sort-tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-29 15:59:31 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-29 15:59:31 +0100
commitf85a010d194c469440174b4e9d05dfc7341478bb (patch)
treef11315978cde88bf799279cf60e8472c185507e7 /sort-tests
parent4a0eb3593f82ff3f1c0f90216d5fe539ae64224a (diff)
downloadcmdtest-f85a010d194c469440174b4e9d05dfc7341478bb.tar.gz
Use $COMMAND in test script rather than hard-coding sort.
Diffstat (limited to 'sort-tests')
-rwxr-xr-xsort-tests/empty.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/sort-tests/empty.script b/sort-tests/empty.script
index fcd5074..7b51379 100755
--- a/sort-tests/empty.script
+++ b/sort-tests/empty.script
@@ -1,3 +1,3 @@
#!/bin/sh
set -e
-sort "$@"
+$COMMAND "$@"