From 6adb7c6d3e529ab9d41948b95970a44a7924b032 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 16 Oct 2017 10:02:16 +0530 Subject: [PATCH] test: fix changes committed by mistake --- test.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test.sh b/test.sh index 7087a84..f4ce63e 100755 --- a/test.sh +++ b/test.sh @@ -151,10 +151,10 @@ function teardown() { _parse_args $* setup +test_package_check test_simple_install -#test_simple_upgrade -#test_simple_backup -#test_simple_remove -#test_simple_restore -#test_package_check +test_simple_upgrade +test_simple_backup +test_simple_remove +test_simple_restore teardown