mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-15 03:53:48 +02:00
Fix test case that does nothing
This commit is contained in:
parent
fc890b0674
commit
67c710a6e7
2 changed files with 1 additions and 2 deletions
|
@ -23,4 +23,3 @@ stop(_State) -> ok.
|
|||
%%====================================================================
|
||||
%% Internal functions
|
||||
%%====================================================================
|
||||
|
||||
|
|
|
@ -75,5 +75,5 @@ path_for_file_test_case(_Config) ->
|
|||
AbsoluteFilename = "/usr/bin",
|
||||
AbsoluteFilename = epp_util:path_for_file(AbsoluteFilename),
|
||||
RelativeFilename = "usr/bin",
|
||||
RelativeFilename =:= epp_util:path_for_file(RelativeFilename),
|
||||
true = (AbsoluteFilename =:= epp_util:path_for_file(AbsoluteFilename)),
|
||||
ok.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue