diff options
Diffstat (limited to 'tests/bugs/bug-857330')
-rwxr-xr-x | tests/bugs/bug-857330/normal.t | 2 | ||||
-rwxr-xr-x | tests/bugs/bug-857330/xml.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-857330/normal.t b/tests/bugs/bug-857330/normal.t index 44635a19e42..b7409078775 100755 --- a/tests/bugs/bug-857330/normal.t +++ b/tests/bugs/bug-857330/normal.t @@ -14,7 +14,7 @@ TEST $CLI volume start $V0; TEST glusterfs -s $H0 --volfile-id=$V0 $M0; -TEST python2 $(dirname $0)/../../utils/create-files.py --multi -b 10 -d 10 -n 10 $M0; +TEST create-files.py --multi -b 10 -d 10 -n 10 $M0; EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0 diff --git a/tests/bugs/bug-857330/xml.t b/tests/bugs/bug-857330/xml.t index 2029c343093..bacca453dbe 100755 --- a/tests/bugs/bug-857330/xml.t +++ b/tests/bugs/bug-857330/xml.t @@ -15,7 +15,7 @@ TEST $CLI volume start $V0; TEST glusterfs -s $H0 --volfile-id=$V0 $M0; -TEST python2 $(dirname $0)/../../utils/create-files.py --multi -b 10 -d 10 -n 10 $M0; +TEST create-files.py --multi -b 10 -d 10 -n 10 $M0; EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0 |