xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 4c6c9019e00e2167feff335db89a77db88c93a70

Fix running cross-compiled one of the new tests
Author: xaizek
Author date (UTC): 2017-06-17 17:50
Committer name: xaizek
Committer date (UTC): 2017-06-17 17:50
Parent(s): 8f210143bdb4ba4af4959c7e8dddb188a383b7cd
Signing key: 99DC5E4DB05F6BE2
Tree: 317ef2c7627508d4c390591fbd40eff454612447
File Lines added Lines deleted
tests/misc/flist_custom.c 3 0
File tests/misc/flist_custom.c changed (mode: 100644) (index 8ff0b1897..fb1f4fb38)
... ... TEST(loading_cv_resets_search_results)
720 720
721 721 TEST(cursor_is_positioned_close_to_disappeared_file) TEST(cursor_is_positioned_close_to_disappeared_file)
722 722 { {
723 char *const saved_cwd = save_cwd();
724
723 725 make_abs_path(lwin.curr_dir, sizeof(lwin.curr_dir), SANDBOX_PATH, "", cwd); make_abs_path(lwin.curr_dir, sizeof(lwin.curr_dir), SANDBOX_PATH, "", cwd);
724 726 assert_success(chdir(SANDBOX_PATH)); assert_success(chdir(SANDBOX_PATH));
725 727 create_file("1"); create_file("1");
 
... ... TEST(cursor_is_positioned_close_to_disappeared_file)
758 760 filter_dispose(&lwin.manual_filter); filter_dispose(&lwin.manual_filter);
759 761 filter_dispose(&lwin.auto_filter); filter_dispose(&lwin.auto_filter);
760 762
763 restore_cwd(saved_cwd);
761 764 assert_success(chdir(SANDBOX_PATH)); assert_success(chdir(SANDBOX_PATH));
762 765 assert_success(unlink("1")); assert_success(unlink("1"));
763 766 assert_success(unlink("2")); assert_success(unlink("2"));
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master