Skip to content

Commit e9ddcaf

Browse files
committed
[Issue #284] fix test
1 parent 27310b3 commit e9ddcaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/time_stamp.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ def test_handling_of_TZ_env_variable(self):
100100
self.backup_node(
101101
backup_dir, 'node', node, options=['--stream', '-j 2'], env=my_env)
102102

103-
self.show_pb(backup_dir, 'node', env=my_env)
103+
output = self.show_pb(backup_dir, 'node', as_json=False, as_text=True, env=my_env)
104+
105+
self.assertNotIn("backup ID in control file", output)
104106

105107
# Clean after yourself
106108
self.del_test_dir(module_name, fname)

0 commit comments

Comments
 (0)