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>
This commit is contained in:
Eryu Guan
2013-03-29 04:49:55 +00:00
committed by Rich Johnston
parent 0edeaaab2a
commit 8575764a79
11 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -973,7 +973,7 @@ _parse_dump_args()
shift
;;
*)
_fail "invalid argument to common.dump function: $1"
_fail "invalid argument to common/dump function: $1"
;;
esac
shift
@@ -1018,7 +1018,7 @@ _parse_restore_args()
restore_args="$restore_args $1"
;;
*)
_fail "invalid argument to common.dump function: $1"
_fail "invalid argument to common/dump function: $1"
;;
esac
shift