Fix nameres test suite cleanup after recent changes.
authoreapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 6 Oct 2013 20:30:12 +0000 (20:30 +0000)
committereapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 6 Oct 2013 20:30:12 +0000 (20:30 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52417 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-nameres.sh

index 6bc7724a64759397a7a40bbaaf1cb3aa6314a200..bc86976b1676b838a9b55bed0589b75e6b4e4820 100755 (executable)
@@ -154,8 +154,7 @@ tshark_name_resolution_suite() {
 }
 
 name_resolution_cleanup_step() {
-       rm -rf fakehome
-       rm -f ../hosts
+       rm -f $WS_BIN_PATH/hosts
 }
 
 name_resolution_prep_step() {