diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/mk-fedora-ds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/mk-fedora-ds.sh b/source4/script/tests/mk-fedora-ds.sh index b198a768db..4c8732971c 100755 --- a/source4/script/tests/mk-fedora-ds.sh +++ b/source4/script/tests/mk-fedora-ds.sh @@ -54,7 +54,7 @@ nsslapd-suffix: $BASEDN EOF -perl $FEDORA_DS_PREFIX/bin/ds_newinst.pl $FEDORA_DS_INF || exit 1; +perl $FEDORA_DS_PREFIX/bin/ds_newinst.pl $FEDORA_DS_INF >&2 || exit 1; ( cd $FEDORA_DS_DIR/schema |