summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index 9dc0c65..a23b5bb 100755
--- a/tests.sh
+++ b/tests.sh
@@ -840,7 +840,7 @@ function test_exec_plus_semicolon() {
# Only a <plus-sign> that immediately follows an argument containing only the two characters "{}"
# shall punctuate the end of the primary expression. Other uses of the <plus-sign> shall not be
# treated as special.
- bfs_diff basic -exec "$TESTS/sort-args.sh" foo '{}' bar + baz \;
+ bfs_diff basic -exec echo foo '{}' bar + baz \;
}
function test_exec_substring() {
@@ -860,7 +860,7 @@ function test_execdir_substring() {
}
function test_execdir_plus_semicolon() {
- bfs_diff basic -execdir "$TESTS/sort-args.sh" foo '{}' bar + baz \;
+ bfs_diff basic -execdir echo foo '{}' bar + baz \;
}
function test_execdir_pwd() {