diff options
Diffstat (limited to 'testsuite/sort/sort-n-works')
-rw-r--r-- | testsuite/sort/sort-n-works | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/sort/sort-n-works b/testsuite/sort/sort-n-works new file mode 100644 index 000000000..c9b63a36a --- /dev/null +++ b/testsuite/sort/sort-n-works | |||
@@ -0,0 +1,3 @@ | |||
1 | sort -n ../README > logfile.gnu | ||
2 | busybox sort -n ../README > logfile.bb | ||
3 | cmp logfile.gnu logfile.bb | ||