Skip to content

Commit

Permalink
tests: Remove duplicate STRIP_USED definition.
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Andy Zhou <[email protected]>
  • Loading branch information
joestringer committed May 19, 2014
1 parent d8efdda commit f3d1349
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/ofproto-dpif.at
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ AT_BANNER([ofproto-dpif])

# Strips out uninteresting parts of flow output, as well as parts
# that vary from one run to another (e.g., timing and bond actions).
m4_define([STRIP_USED], [[sed '
s/used:[0-9]*\.[0-9]*/used:0.0/
' | sort]])
m4_define([STRIP_XOUT], [[sed '
s/used:[0-9]*\.[0-9]*/used:0.0/
s/actions:.*/actions: <del>/
Expand Down

0 comments on commit f3d1349

Please sign in to comment.