tests: remove unneccassary test script

This commit is contained in:
Enno Boland 2014-05-13 11:46:47 +02:00
parent 295cfcea76
commit 93e6aada54

View File

@ -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
}