#!/bin/bash
#
# Copyright (C) 2000-2026 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# This is an alist unit test
#
TestName="strip_sensitive_information_test"
. scripts/functions
make -C $src/src/tools $TestName

$bin/$TestName
exit $?
