diff options
Diffstat (limited to 'testsuite/xargs/xargs-works')
-rw-r--r-- | testsuite/xargs/xargs-works | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/xargs/xargs-works b/testsuite/xargs/xargs-works new file mode 100644 index 0000000..4ad5818 --- /dev/null +++ b/testsuite/xargs/xargs-works @@ -0,0 +1,3 @@ +find -name \*works -type f | xargs md5sum > logfile.gnu +find -name \*works -type f | busybox xargs md5sum > logfile.bb +diff -u logfile.gnu logfile.bb |