aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sort/sort-n-works
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sort/sort-n-works')
-rw-r--r--testsuite/sort/sort-n-works5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/sort/sort-n-works b/testsuite/sort/sort-n-works
index c9b63a36a..878108ddd 100644
--- a/testsuite/sort/sort-n-works
+++ b/testsuite/sort/sort-n-works
@@ -1,3 +1,4 @@
1sort -n ../README > logfile.gnu 1[ -n "$d" ] || d=..
2busybox sort -n ../README > logfile.bb 2sort -n "$d/README" > logfile.gnu
3busybox sort -n "$d/README" > logfile.bb
3cmp logfile.gnu logfile.bb 4cmp logfile.gnu logfile.bb