aboutsummaryrefslogtreecommitdiff
path: root/busybox/testsuite/xargs/xargs-works
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/testsuite/xargs/xargs-works')
-rw-r--r--busybox/testsuite/xargs/xargs-works4
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox/testsuite/xargs/xargs-works b/busybox/testsuite/xargs/xargs-works
new file mode 100644
index 000000000..c95869e89
--- /dev/null
+++ b/busybox/testsuite/xargs/xargs-works
@@ -0,0 +1,4 @@
1[ -n "$d" ] || d=..
2find "$d" -name \*works -type f | xargs md5sum > logfile.gnu
3find "$d" -name \*works -type f | busybox xargs md5sum > logfile.bb
4diff -u logfile.gnu logfile.bb