run: remove tar file also after native runs

Fixes #679
This commit is contained in:
Alexander Boettcher 2013-07-04 17:14:51 +02:00 committed by Norman Feske
parent 92cb97c05b
commit 241c0f38a4
1 changed files with 2 additions and 1 deletions

View File

@ -77,8 +77,9 @@ run_genode_until "child /bin/ls exited with exit value 0.*\n" 30
if {[is_qemu_available]} {
puts "[exec cat $noux_output_file]"
exec rm bin/coreutils.tar
exec rm $noux_output_file
}
exec rm bin/coreutils.tar
puts "Test succeeded"