]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-99-RPM: append "/" to DESTDIR
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Nov 2016 16:52:52 +0000 (17:52 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Nov 2016 16:52:52 +0000 (17:52 +0100)
test/TEST-99-RPM/test.sh

index 9e52b728c6c8487ab340ef9fd0b1b9e9990fb9d7..0e3a1a688e5fb60bb744308dc7d88b0a6e85477e 100755 (executable)
@@ -86,7 +86,7 @@ EOF
 }
 
 test_setup() {
-    make -C "$basedir" DESTDIR="$TESTDIR" rpm
+    make -C "$basedir" DESTDIR="$TESTDIR/" rpm
     return 0
 }