# Copyright (C) 2000-2015 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
-# Copyright (c) 2018 by Inteos sp. z o.o.
-# All rights reserved. IP transfered to Bacula Systems according to agreement.
-#
# This is an alist unit test
#
. scripts/regress-utils.sh
--- /dev/null
+#!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+# This is an ilist unit test
+#
+TestName="ilist_test"
+. scripts/functions
+make -C $src/src/lib $TestName
+
+$bin/$TestName
+exit $?