summaryrefslogtreecommitdiff
path: root/tests/mkdir/t-slash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mkdir/t-slash')
-rwxr-xr-xtests/mkdir/t-slash8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/mkdir/t-slash b/tests/mkdir/t-slash
index 053f98df3..ed72880c7 100755
--- a/tests/mkdir/t-slash
+++ b/tests/mkdir/t-slash
@@ -17,12 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-if test "$VERBOSE" = yes; then
- set -x
- mkdir --version
-fi
-
-. $srcdir/test-lib.sh
+. "${srcdir=.}/init.sh"; path_prepend_ ../src
+test "$VERBOSE" = yes && mkdir --version
mkdir -p dir/ || fail=1