]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- cleanup
authorArvin Schnell <aschnell@suse.de>
Fri, 18 Feb 2011 09:15:27 +0000 (10:15 +0100)
committerArvin Schnell <aschnell@suse.de>
Fri, 18 Feb 2011 09:15:27 +0000 (10:15 +0100)
testsuite-real/owner2.cc

index 7da204c83d589a3e25fea6fe2809caead824e69a..d8d41244d0b6e398aee45240726d6c9164a60ec9 100644 (file)
@@ -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);