xfstests: fix common source file path
[xfstests-dev.git] / new
diff --git a/new b/new
index 94638f69f4b0f296ace43328aaba65f9cee0c825..d9c38c8236094a60f844846685a46d8c3b16009e 100755 (executable)
--- a/new
+++ b/new
@@ -23,7 +23,7 @@
 
 # generic initialization
 iam=new
-. ./common.rc
+. ./common/rc
 
 trap "rm -f /tmp/$$.; exit" 0 1 2 3 15
 
@@ -121,8 +121,8 @@ _cleanup()
 }
 
 # get standard environment, filters and checks
-. ./common.rc
-. ./common.filter
+. ./common/rc
+. ./common/filter
 
 # real QA test starts here