summaryrefslogtreecommitdiff
path: root/tests/install/d-slashdot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install/d-slashdot')
-rwxr-xr-xtests/install/d-slashdot8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/install/d-slashdot b/tests/install/d-slashdot
index 960898c52..b7cd17a22 100755
--- a/tests/install/d-slashdot
+++ b/tests/install/d-slashdot
@@ -16,12 +16,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
- install --version
-fi
-
-. $srcdir/test-lib.sh
+. "${srcdir=.}/init.sh"; path_prepend_ ../src
+test "$VERBOSE" = yes && install --version
ginstall -d d1/. || fail=1