TEST-04-FULL-SYSTEMD: call xargs with "-r"
authorHarald Hoyer <harald@redhat.com>
Wed, 26 Jun 2013 07:16:04 +0000 (09:16 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 26 Jun 2013 07:16:04 +0000 (09:16 +0200)
test/TEST-04-FULL-SYSTEMD/test.sh

index 6c972a3..aaed32a 100755 (executable)
@@ -203,7 +203,7 @@ EOF
         cp -a /etc/ld.so.conf* $initdir/etc
         ldconfig -r "$initdir"
         ddebug "Strip binaeries"
-        find "$initdir" -perm +111 -type f | xargs strip --strip-unneeded | ddebug
+        find "$initdir" -perm +111 -type f | xargs -r strip --strip-unneeded | ddebug
 
         # copy depmod files
         inst /lib/modules/$kernel/modules.order