From d3960c0a6282174c94753cc4521052c93c29fee3 Mon Sep 17 00:00:00 2001 From: Sedat Dilek Date: Thu, 29 May 2014 19:03:13 +0200 Subject: [PATCH] mount_union.sh: Remove hardcoded path to mount binary Signed-off-by: Sedat Dilek --- mount_union.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount_union.sh b/mount_union.sh index a1ee849..88ef530 100644 --- a/mount_union.sh +++ b/mount_union.sh @@ -4,7 +4,7 @@ if [ "$TEST_OVERLAYFS" != 1 ] then - /root/util-linux-union/mount/mount -i -t tmpfs upper_layer $union_mntroot -o union || exit $? + mount -i -t tmpfs upper_layer $union_mntroot -o union || exit $? sync || exit $? upper_fs=`stat -c %D $testdir` -- 2.0.0