blob: e1313ad5cacb4b8ff5d73bfeae0b487f26023e55 [file] [log] [blame]
# sort should remove duplicates
all:
@test "$(sort x a y b z c a z b x c y)" = "a b c x y z"
@echo "TEST-PASS"