Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
d8d9ef29886733428470655f2f99bc7493589fcb
/
.
/
tools
/
testing
/
selftests
/
damon
/
_common.sh
blob: 0279698f733e6334f2b7f692c15959a7c60aeef3 [
file
]
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
check_dependencies
()
{
if
[
$EUID
-
ne
0
]
then
echo
"Run as root"
exit $ksft_skip
fi
}