From 32d58ead6842a7daaa3af0adc5917d78e03462f4 Mon Sep 17 00:00:00 2001 From: Martin Bangens Date: Sat, 13 May 2023 11:48:07 +0200 Subject: [PATCH] libraries/ghc_filesystem: Fix tests Signed-off-by: Willy Sudiarto Raharjo --- libraries/ghc_filesystem/ghc_filesystem.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild index 307bb4bbcd..4f11f863d9 100644 --- a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild +++ b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild @@ -70,7 +70,7 @@ cd build -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=None .. cmake --build . - ctest --test-dir ../test + ctest --test-dir test DESTDIR=$PKG cmake --install . cd ..