diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-08-16 17:44:34 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-08-16 17:44:34 -0400 |
commit | 2a561b66f48ab4deafb0a031cad3ad541ea79449 (patch) | |
tree | ef6cec51edf61f760616ee2289ec5f74c732e3f8 /tests.sh | |
parent | 1022d5a52cfa53eb527d316ca5c06e0a3eb2c42c (diff) | |
download | bfs-2a561b66f48ab4deafb0a031cad3ad541ea79449.tar.xz |
tests: Remove unnecessary sort-args.sh invocations
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |