aboutsummaryrefslogtreecommitdiffstats
path: root/check
diff options
context:
space:
mode:
authorEryu Guan <eguan@redhat.com>2013-03-29 04:49:55 +0000
committerRich Johnston <rjohnston@sgi.com>2013-03-29 10:09:35 -0500
commit8575764a791b83471f4588e12d5245651007bfc5 (patch)
tree188239ccaef0475a1de00efe78bacb2e01472131 /check
parent0edeaaab2a30a889c9b8f938ab219ea3f241e3fc (diff)
downloadxfstests-dev-8575764a791b83471f4588e12d5245651007bfc5.tar.gz
xfstests: fix common source file path
After the re-factor, common.* have been renamed to common/* but there are several files still look for the old path, fix it. Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 3b484028d4..966fbe556b 100755
--- a/check
+++ b/check
@@ -50,7 +50,7 @@ timestamp=${TIMESTAMP:=false}
rm -f $tmp.list $tmp.tmp $tmp.grep $here/$iam.out $tmp.xlist
-# we need common.config
+# we need common/config
if ! . ./common/config
then
echo "$iam: failed to source common/config"