From 19bb2e59f4b976a0022fd1acb7b1620403985b70 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 12 Aug 2009 10:38:54 +0100 Subject: [PATCH] Fix regression test rhbz503169c10.sh. 'll' command has changed semantics very slightly (see commit 6727e7c8bdf1cb39264a9de6333d228b51c39956). We need to fix this test so it doesn't try to run the ll command without a mounted disk. --- regressions/rhbz503169c10.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regressions/rhbz503169c10.sh b/regressions/rhbz503169c10.sh index 2cfdbca..8813c05 100755 --- a/regressions/rhbz503169c10.sh +++ b/regressions/rhbz503169c10.sh @@ -26,6 +26,9 @@ dd if=/dev/zero of=test1.img bs=1024k count=10 ../fish/guestfish -a test1.img <