]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Remove left-over debug comment
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Jan 2024 10:48:40 +0000 (11:48 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Jan 2024 21:07:05 +0000 (22:07 +0100)
test/suites/remote_file.bash

index 629ef45323d6793fcf19c750aaab719d0371ec0a..8059e7bd54779448cd4364a0c6859cf3364e0272 100644 (file)
@@ -236,7 +236,6 @@ SUITE_remote_file() {
     $CCACHE -C >/dev/null
 
     # Get result from remote storage, copying it to local storage.
-    # TERM=xterm-256color gdb --args $CCACHE_COMPILE -MMD -c test.c
     $CCACHE_COMPILE -MMD -c test.c
     expect_stat direct_cache_hit 2
     expect_stat cache_miss 1