From f586dc75b589bbbb7fb62347bc6bc7aa63f71171 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 21 May 2013 12:59:59 -0500 Subject: [PATCH] test-imagex: Fix test for duplicate image names --- tests/test-imagex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-imagex b/tests/test-imagex index 1931c05f..902e0f97 100755 --- a/tests/test-imagex +++ b/tests/test-imagex @@ -175,7 +175,7 @@ if ! test "`imagex info dir.wim | grep 'Image Count' | awk '{print $3}'`" = 2; t fi echo "Testing appending WIM image with existing name (this should generate errors)" -if imagex append dir2 dir.wim; then +if imagex append dir2 dir.wim "dir"; then error "Adding duplicate image name didn't fail" fi echo "Testing appending WIM image with new name" -- 2.43.0