]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! fixup! python: modeling: types: added path types docs-python-refac-hoq9jw/deployments/8833 python-refactoring-modeling
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 9 Apr 2026 10:06:09 +0000 (12:06 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 9 Apr 2026 10:06:09 +0000 (12:06 +0200)
scripts/poe-tasks/test-unit

index a16bac74fc1327e43d066f948ffb86223c00079b..fd77a691768aade68606a4001c75658c225976df 100755 (executable)
@@ -14,7 +14,7 @@ bash $test_dir/utils/modeling/types/prepare_path_testing
 
 # check if runnung under root
 if [ "$(id -u)" -eq 0 ]; then
-  adduser -D $TEST_USER 2>/dev/null || true
+  adduser -m $TEST_USER 2>/dev/null || true
   exec su $TEST_USER -c "$0"
 fi