[PATCH 2/3] testsuite: add ls -i test case

Guilherme Maciel Ferreira guilherme.maciel.ferreira at gmail.com
Mon Aug 18 03:11:11 UTC 2014


Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira at gmail.com>
---
 testsuite/ls/ls-i-works |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/ls/ls-i-works

diff --git a/testsuite/ls/ls-i-works b/testsuite/ls/ls-i-works
new file mode 100644
index 0000000..242e744
--- /dev/null
+++ b/testsuite/ls/ls-i-works
@@ -0,0 +1,6 @@
+test x"$SKIP_KNOWN_BUGS" != x"" && exit
+
+[ -n "$d" ] || d=..
+LC_ALL=C ls -i "$d" > logfile.gnu
+LC_ALL=C busybox ls -i "$d" > logfile.bb
+diff -ubw logfile.gnu logfile.bb
-- 
1.7.0.4



More information about the busybox mailing list