diff options
Diffstat (limited to 'tests/mv/diag')
-rwxr-xr-x | tests/mv/diag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/diag b/tests/mv/diag index f40fc7c42..d32513d9b 100755 --- a/tests/mv/diag +++ b/tests/mv/diag @@ -16,7 +16,7 @@ # 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/test-lib.sh +. "${srcdir=.}/init.sh"; path_prepend_ ../src test "$VERBOSE" = yes && mv --version touch f1 || framework_failure |