diff options
Diffstat (limited to 'tests/mv/part-symlink.sh')
-rwxr-xr-x | tests/mv/part-symlink.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/part-symlink.sh b/tests/mv/part-symlink.sh index e57de3c96..1f9c81220 100755 --- a/tests/mv/part-symlink.sh +++ b/tests/mv/part-symlink.sh @@ -17,11 +17,11 @@ # 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_ cp mv cleanup_() { rm -rf "$other_partition_tmpdir"; } -. "$abs_srcdir/other-fs-tmpdir" +. "$abs_srcdir/tests/other-fs-tmpdir" # On NFS on Linux 2.6.9 at least we get: # mv: preserving permissions for 'rem_sl': Operation not supported |