From 93e6aada54f42ed676e018921688d61edfeecebb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 13 May 2014 11:46:47 +0200 Subject: [PATCH] tests: remove unneccassary test script --- tests/xbps/libxbps/shell/xbps_conf_test.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/xbps/libxbps/shell/xbps_conf_test.sh diff --git a/tests/xbps/libxbps/shell/xbps_conf_test.sh b/tests/xbps/libxbps/shell/xbps_conf_test.sh deleted file mode 100644 index 9caff268..00000000 --- a/tests/xbps/libxbps/shell/xbps_conf_test.sh +++ /dev/null @@ -1,16 +0,0 @@ -#! /usr/bin/env atf-sh - -# Tests to verify that xbps.conf features work - -atf_test_case tc1 - -tc1_head() { - atf_set "descr" "Tests for xbps.conf: include " -} - -tc1_body() { -} - -atf_init_test_cases() { - atf_add_test_case tc1 -}