summaryrefslogtreecommitdiff
path: root/test/bbackupd
diff options
context:
space:
mode:
Diffstat (limited to 'test/bbackupd')
-rw-r--r--test/bbackupd/testbbackupd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index f4f53002..80219806 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -1242,6 +1242,7 @@ int test_bbackupd()
::fclose(f);
}
printf("\n");
+ fflush(stdout);
// Check there's a difference
compareReturnValue = ::system("testfiles/extcheck1.pl");
@@ -1262,6 +1263,7 @@ int test_bbackupd()
::fclose(f);
}
printf("\n");
+ fflush(stdout);
compareReturnValue = ::system("testfiles/extcheck2.pl");
TEST_THAT(compareReturnValue == 1*256);