diff options
Diffstat (limited to 'tests/mv/part-hardlink.sh')
-rwxr-xr-x | tests/mv/part-hardlink.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/part-hardlink.sh b/tests/mv/part-hardlink.sh index af773a23b..c93cd8577 100755 --- a/tests/mv/part-hardlink.sh +++ b/tests/mv/part-hardlink.sh @@ -19,10 +19,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. "${srcdir=.}/init.sh"; path_prepend_ ../src +. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv cleanup_() { rm -rf "$other_partition_tmpdir"; } -. "$abs_srcdir/other-fs-tmpdir" +. "$abs_srcdir/tests/other-fs-tmpdir" touch f || framework_failure_ ln f g || framework_failure_ |