summaryrefslogtreecommitdiffstats
path: root/test/shell/000-basic.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/000-basic.sh')
-rw-r--r--test/shell/000-basic.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/shell/000-basic.sh b/test/shell/000-basic.sh
index aabe82c1..83e6efea 100644
--- a/test/shell/000-basic.sh
+++ b/test/shell/000-basic.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
# Copyright (C) 2009-2011 Red Hat, Inc. All rights reserved.
#
# This copyrighted material is made available to anyone wishing to use,
@@ -25,4 +26,4 @@ aux prepare_devs 5
# ensure we do not crash on a bug in config file
aux lvmconf 'log/prefix = 1""'
-not lvs
+not lvs $(cat DEVICES)