From 2a561b66f48ab4deafb0a031cad3ad541ea79449 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 16 Aug 2017 17:44:34 -0400 Subject: tests: Remove unnecessary sort-args.sh invocations --- tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests.sh') 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 that immediately follows an argument containing only the two characters "{}" # shall punctuate the end of the primary expression. Other uses of the 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() { -- cgit v1.2.3