From: Arvin Schnell Date: Fri, 18 Feb 2011 09:15:27 +0000 (+0100) Subject: - cleanup X-Git-Tag: v0.1.3~475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ac1925829e35529c55df5926f70e1e30d6c048;p=thirdparty%2Fsnapper.git - cleanup --- diff --git a/testsuite-real/owner2.cc b/testsuite-real/owner2.cc index 7da204c8..d8d41244 100644 --- a/testsuite-real/owner2.cc +++ b/testsuite-real/owner2.cc @@ -16,16 +16,12 @@ main() run_command("echo test > file"); run_command("ln --symbolic test link"); - run_command("ls -l"); - first_snapshot(); run_command("chown nobody directory"); run_command("chown nobody file"); run_command("chown --no-dereference nobody link"); - run_command("ls -l"); - second_snapshot(); check_rollback_statistics(0, 3, 0);