]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Delete correct output file
authorNick Porter <nick@portercomputing.co.uk>
Sat, 22 Oct 2022 15:42:54 +0000 (16:42 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Sat, 22 Oct 2022 17:37:50 +0000 (18:37 +0100)
src/tests/ldap_sync/rfc4533/all.mk

index f0d483775a43b39ed00f096029f8abe5e090f433..43614affa1e748612606331be17490c6d0ded37d 100644 (file)
@@ -26,7 +26,7 @@ $(OUTPUT)/%: $(DIR)/% | $(TEST).radiusd_kill $(TEST).radiusd_start
 
        $(Q)echo "LDAPSYNC-TEST rfc4533 $(TARGET)"
        $(Q)[ -f $(dir $@)/radiusd.pid ] || exit 1
-       $(Q)rm -f $(OUT_DIR)/linelog.out
+       $(Q)rm -f $(OUT_DIR)/$(OUT).out
        $(Q)rm -f $(OUT_DIR)/cookielog.out > /dev/null 2>&1
        $(Q)ldapmodify $(ARGV) -f $< > /dev/null
        $(Q)i=0; while [ $$i -lt 600 ] ; \