Skip to content

Commit

Permalink
debug-only
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Mar 13, 2024
1 parent 1d75268 commit 04160b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/test-fs-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ static void test_touch_file(void) {
assert_se(timespec_load(&st.st_mtim) == test_mtime);
}

r = detect_container();
log_warning("%s: detect_container()=%d (%s) ", __func__, r, r >= 0 ? virtualization_to_string(r) : "n/a");
if (detect_container() <= 0) {
a = strjoina(p, "/lnk");
assert_se(symlink("target", a) >= 0);
Expand Down

0 comments on commit 04160b6

Please sign in to comment.