From c5133cdedd669b3830c3bc96c092d6d03e254ecd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 6 Apr 2012 18:48:58 +0100 Subject: tests: Don't print "4" when running make-windows-img.sh The return value of the pwrite-device command -- 4 (bytes) -- is printed out. Hide it instead. (cherry picked from commit 418a048215b17dcf1f0c74693831306cbcf0f194) --- tests/guests/guest-aux/make-windows-img.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/guests/guest-aux/make-windows-img.sh b/tests/guests/guest-aux/make-windows-img.sh index ed949981..a6937a99 100755 --- a/tests/guests/guest-aux/make-windows-img.sh +++ b/tests/guests/guest-aux/make-windows-img.sh @@ -46,7 +46,7 @@ part-add /dev/sda p 64 524287 part-add /dev/sda p 524288 -64 # Disk ID. -pwrite-device /dev/sda "1234" 0x01b8 +pwrite-device /dev/sda "1234" 0x01b8 | cat >/dev/null # Phony boot loader filesystem. mkfs ntfs /dev/sda1 -- cgit