]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Touch up basedir.bash
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 9 Sep 2025 16:34:07 +0000 (18:34 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 9 Sep 2025 17:02:26 +0000 (19:02 +0200)
test/suites/basedir.bash

index b8f964d753b5fb4a80885feb05ed6e411432f57c..9f237422264780a41af81d80c998c15551a3a77f 100644 (file)
@@ -275,7 +275,7 @@ EOF
     # -------------------------------------------------------------------------
     if $COMPILER_TYPE_CLANG; then
         TEST "-fbuild-session-file/absolute/path"
-        
+
         build_session_file_path="$(pwd)/dir3/build-session-file.bin"
         cd dir1
         CCACHE_BASEDIR="$(pwd)" $CCACHE_COMPILE -I"$(pwd)/include" -fbuild-session-file="$build_session_file_path" -c src/test.c
@@ -318,6 +318,7 @@ EOF
         expect_content_pattern test.d "$(pwd)/foo.o:*"
         cd ..
     done
+
     # -------------------------------------------------------------------------
     # When BASEDIR is set to /, check that -MF, -MQ and -MT arguments with
     # absolute paths are rewritten to relative and that the dependency file
@@ -360,6 +361,7 @@ EOF
         expect_stat cache_miss 1
         cd ..
     done
+
     # -------------------------------------------------------------------------
 if $RUN_WIN_XFAIL; then
     TEST "Absolute paths in stderr"
@@ -404,6 +406,7 @@ EOF
         expect_equal_content reference.stderr ccache.stderr
     fi
 fi
+
     # -------------------------------------------------------------------------
     TEST "Relative PWD"