mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user