Skip to content

Commit 81acfbf

Browse files
author
anton
committed
Remove double slash in path to test program.
1 parent 1af2179 commit 81acfbf

File tree

1 file changed

+9
-9
lines changed
  • src/regress/lib/libc/malloc/malloc_general

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $OpenBSD: Makefile,v 1.5 2021/02/12 12:03:39 otto Exp $
1+
# $OpenBSD: Makefile,v 1.6 2022/03/30 05:22:31 anton Exp $
22

33
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11
44
PROG= malloc_general
@@ -9,22 +9,22 @@ t1: malloc_general
99
MALLOC_OPTIONS=cfgju ${.OBJDIR}/malloc_general
1010

1111
t2: malloc_general
12-
MALLOC_OPTIONS=cfgjuC ${.OBJDIR}//malloc_general
12+
MALLOC_OPTIONS=cfgjuC ${.OBJDIR}/malloc_general
1313

1414
t3: malloc_general
15-
MALLOC_OPTIONS=cfgjuJ ${.OBJDIR}//malloc_general
15+
MALLOC_OPTIONS=cfgjuJ ${.OBJDIR}/malloc_general
1616

1717
t4: malloc_general
18-
MALLOC_OPTIONS=cfgjuF ${.OBJDIR}//malloc_general
18+
MALLOC_OPTIONS=cfgjuF ${.OBJDIR}/malloc_general
1919

2020
t5: malloc_general
21-
MALLOC_OPTIONS=cfgjuG ${.OBJDIR}//malloc_general
21+
MALLOC_OPTIONS=cfgjuG ${.OBJDIR}/malloc_general
2222

2323
t6: malloc_general
24-
MALLOC_OPTIONS=cfgjuS ${.OBJDIR}//malloc_general
24+
MALLOC_OPTIONS=cfgjuS ${.OBJDIR}/malloc_general
2525

2626
t7: malloc_general
27-
MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}//malloc_general
27+
MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}/malloc_general
2828

2929
t8: malloc_general
3030
MALLOC_OPTIONS=cfgjuCJ ${.OBJDIR}/malloc_general
@@ -33,7 +33,7 @@ t9: malloc_general
3333
MALLOC_OPTIONS=cfgjuCJJ ${.OBJDIR}/malloc_general
3434

3535
t10: malloc_general
36-
MALLOC_OPTIONS=cfgjuJS ${.OBJDIR}//malloc_general
36+
MALLOC_OPTIONS=cfgjuJS ${.OBJDIR}/malloc_general
3737

3838
t11: malloc_general
39-
MALLOC_OPTIONS=cfgjuFGJJ ${.OBJDIR}//malloc_general
39+
MALLOC_OPTIONS=cfgjuFGJJ ${.OBJDIR}/malloc_general

0 commit comments

Comments
 (0)