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-works3
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 @@
+sort -n ../README > logfile.gnu
+busybox sort -n ../README > logfile.bb
+cmp logfile.gnu logfile.bb